{% extends "base.html" %} {% block title %}Q&A - Answer Questions - Quick Care Connect{% endblock %} {% block content %}
Answer questions in your category: {{ doctor_category }}
{{ question.content[:200] }}{% if question.content|length > 200 %}...{% endif %}
{{ question.content[:200] }}{% if question.content|length > 200 %}...{% endif %}
There are currently no unanswered questions in your category ({{ doctor_category }}). Check back later or patients can ask new questions anytime!
View All Questions